home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / Source / Chapter 9 / Test / Assets / Gun / Gun.txt next >
Encoding:
Text File  |  2004-09-07  |  171 b   |  10 lines

  1. #begin
  2.  
  3. type           number 0
  4. name           string Gun
  5. ellipse_radius vector 1.0 1.0 1.0
  6.  
  7. mesh           string Gun.x
  8. mesh_path      string ./Assets/Gun/
  9.  
  10. #end